home *** CD-ROM | disk | FTP | other *** search
- ## DynaWeb Main Configuration File
-
- dwService dwsgi default
-
- dwSetParam Default__TocDepth 1
- dwSetParam Default__CollTocDepth 1
- dwSetParam Default__FramesFlag 0
- dwSetParam Default__TablesFlag 1
- dwSetParam Default__EntitiesFlag 1
-
- dwSetParam dwServerLocale C
-
- if [info exists env(DWEB_DIR)] {
- set DWEBDIR $env(DWEB_DIR)
- } else {
- set DWEBDIR "/usr/lib/Insight/dweb"
- }
-
- if [info exists env(DWEB_COLLECTS)] {
- set DWEBCOLL $env(DWEB_COLLECTS)
- }
-
- dwSetParam CONFIG_DIR $DWEBDIR/dtl2html
-
- dwSource [dwGetParam CONFIG_DIR]/sgibook.dwc
- dwSource [dwGetParam CONFIG_DIR]/sgipreproc.dwc
- dwSource $DWEBCOLL
-
-